From 95df9b3ed0da354d18fb2c3eec7edb7925865a2d Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 23 Sep 2010 19:41:29 +0000 Subject: [PATCH] Fixed some doxygen warnings --- includes/libs/CSSMin.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/libs/CSSMin.php b/includes/libs/CSSMin.php index 93b75ac6a1..33ca63ad41 100644 --- a/includes/libs/CSSMin.php +++ b/includes/libs/CSSMin.php @@ -78,7 +78,9 @@ class CSSMin { * Remaps CSS URL paths and automatically embeds data URIs for URL rules preceded by an /* @embed * / comment * * @param $source string CSS data to remap - * @param $path string File path where the source was read from + * @param $local string File path where the source was read from + * @param $remote string URL path to the file + * @param $embed ??? * @return string Remapped CSS data */ public static function remap( $source, $local, $remote, $embed = true ) { @@ -139,7 +141,7 @@ class CSSMin { /** * Removes whitespace from CSS data * - * @param $source string CSS data to minify + * @param $css string CSS data to minify * @return string Minified CSS data */ public static function minify( $css ) { -- 2.20.1